type github.com/jackc/pgx/v5/pgtype.encodePlanJSONCodecEitherFormatByteSlice

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		json.go#L29: 		return encodePlanJSONCodecEitherFormatByteSlice{}
		json.go#L103: type encodePlanJSONCodecEitherFormatByteSlice struct{}
		json.go#L105: func (encodePlanJSONCodecEitherFormatByteSlice) Encode(value any, buf []byte) (newBuf []byte, err error) {